﻿/*閲覧画面*/

#PCHeaderSlide{
}

.HeaderSlideBlock{
	position	: relative;
	text-align	: center;
}

#HeaderSlide_image{
	list-style-type:none;
	position   : relative;
}
#HeaderSlide_image a.img_link{
	cursor		: pointer;
}

#HeaderSlide_image a.img_link:hover img{
	-ms-filter	: "alpha(opacity=80)";
	filter		: alpha(opacity=80);
	-moz-opacity	: 0.8;
	opacity		: 0.8;	
}

.HeaderSlideTextDiv
{
/*
	z-index		: 5;
	width		: 100%;
	-ms-filter	: "alpha(opacity=50)";
	filter		: alpha(opacity=50);
	-moz-opacity	: 0.5;
	opacity		: 0.5;
	text-align	: left;
	font-size	: 18px;
	position	: relative;
	bottom		: 0px;
*/
	z-index      : 999;
	position     : absolute;
	width        : 100%;
	left         : 0px;
	bottom       : 0px;
	_bottom      : -1px;
	text-align   : left;
	-ms-filter	: "alpha(opacity=70)";
	filter		: alpha(opacity=70);
	-moz-opacity	: 0.7;
	opacity		: 0.7;

}

.HeaderSlideTextDiv div
{
	width        : 100%;
	position     : static;
	text-align   : left;
/*	padding      : 5px 0px;*/
}

.HeaderSlideTextDiv .title
{
	font-weight	: bold;
	font-size:135%;
	line-height:135%;
/*	margin		: 0px 5px;*/
	padding      : 5px;
	vertical-align: middle;
}

/* PC */
#PCHeaderSlide #HeaderSlide_thumb{
/*	font-size: 0;	*/
	list-style-type	: none;
	position	: absolute;
	top		: 15px;
	right		: 15px;
	z-index		: 999;
}
#PCHeaderSlide #HeaderSlide_thumb li{
/*	display		: inline-block;*/
	display:table-cell;  
	*display:inline;  
	*zoom:1;
	margin		: 0px;
	padding-left	: 8px;
	width		: 10px;
	height		: 10px;

}
#PCHeaderSlide #HeaderSlide_thumb a{
	background-image: url("image/bot.png");
	background-repeat: no-repeat;
	width		: 10px;
	height		: 10px;
	display		: block;
	cursor		: pointer;
	font-size	: 10px;
	font-size	: 10px;
}

#PCHeaderSlide #HeaderSlide_thumb a:hover{
	background-position:-10px 0px;
}

#PCHeaderSlide #HeaderSlide_thumb li.activeSlide a{
	background-position:-20px 0px;
}


#PCHeaderSlide .SlidePage{
	width		: 36px;
	height		: 50px;
	background-image: url("image/page.png");
	background-repeat: no-repeat;
	position    	: absolute;
/*	top		: 50%;*/
	z-index		: 999;
	cursor		: pointer;
	display		: none;
}

#PCHeaderSlide a.page_left{
	left		: 15px;
	background-position:0px 0px;
}

#PCHeaderSlide a.page_right{
	background-position:-36px 0px;
	right		: 15px;
}

#PCHeaderSlide a.page_left:hover{
	background-position:0px -50px;
}

#PCHeaderSlide a.page_right:hover{
	background-position:-36px -50px;
}

/*

			#HeaderSlideBlock{
				position   : relative;
				text-align : center;
			}
			
			
			#HeaderSlide_image{
				list-style-type:none;
				position   : relative;
			}
			

			.HeaderSlideTextDiv
			{
				z-index      : 5;
				width        : 100%;
				-ms-filter   : "alpha(opacity=50)";
				filter       : alpha(opacity=50);
				-moz-opacity : 0.5;
				opacity      : 0.5;
				text-align   : left;
				font-size:12px;
			}

			.HeaderSlideTextDiv div
			{
				width        : 100%;
				position     : static;
				text-align   : left;
				padding      : 5px 0px;
				
			}

			.HeaderSlideTextDiv .title
			{
				font-weight : bold;
				line-height : 12px;
				margin      : 0px 3px;
			}

			.HeaderSlideTextDiv .text
			{
				width       : 95%;
				height      : 30px;
				overflow    : hidden;
				line-height : 12px;
				margin      : 5px 5px 0px 5px;
			}

*/
